GetContainer
The GetContainer method returns a reference to the container object that created this document.
ODContainer GetContainer ();
- return value
- A reference to the container object that created this document.
DISCUSSION
This method does not increment the reference count of the returned container. For that reason, if you cache the returned container, you should call itsAcquire
method to increment its reference count and then call itsRelease
method when you are finished using it.SEE ALSO
TheODContainer::AcquireDocument
method (page 100).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help